P  {
	font-size : small;
	font-family : Lucida Sans, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-transform : lowercase;
	font : Lucida Sans, sans-serif;
}

H1  {
	background-color : Yellow;
}

H2  {
	background-color : Fuchsia;
}

H3  {
	background-color : Lime;
}

A  {}

A:Visited  {
	color : Maroon;
}

A:Active  {
	color : Blue;
}

A:Hover  {
	color : Green;
}

BODY  {
	font-size : small;
	font-family : Lucida Sans, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	background-color : White;
	font : Lucida Sans, sans-serif;
}
